home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000305_scottac@nb.sympatico.ca_Fri Apr 7 16:30:24 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed-00.mathworks.com!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!nf3.bellglobal.com!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. References: <XifYf.54303$VV4.934809@ursa-nb00s0.nbnet.nb.ca> <bCYYf.14776$cY3.8448@news-wrt-01.rdc-nyc.rr.com>
  5. Subject: Re: maximize bug or not?
  6. Lines: 48
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  11. X-RFC2646: Format=Flowed; Original
  12. Message-ID: <WZoZf.56209$VV4.996791@ursa-nb00s0.nbnet.nb.ca>
  13. Date: Fri, 07 Apr 2006 07:59:50 GMT
  14. NNTP-Posting-Host: 156.34.1.232
  15. X-Complaints-To: abuse@aliant.net
  16. X-Trace: ursa-nb00s0.nbnet.nb.ca 1144396790 156.34.1.232 (Fri, 07 Apr 2006 04:59:50 ADT)
  17. NNTP-Posting-Date: Fri, 07 Apr 2006 04:59:50 ADT
  18. Organization: Aliant Internet
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15562
  20.  
  21. this is what I have for coding
  22.  
  23. set gui font courier_new 16 (10-18 depending on the user. which ever permits 
  24. proper viewing)
  25. set gui window resize-mode scale-font
  26. set gui window run-mode restore
  27. set gui window run-mode maximize
  28.  
  29. and ya I know about the font type & height needing to be declared at once.
  30. This set of lines work but its awkward when loading the client jumps around 
  31. as it as it goes through re-sizing. Not a big deal really.
  32.  
  33. The origin of the problem is that we have a multitude of Monitor sizes. The 
  34. Fields that we type in, which are indicated by long underscores/underlines, 
  35. aren't viewable for some users unless they resize it.
  36.  
  37.  
  38.  
  39. "Jeffrey Altman" <jaltman2@nyc.rr.com> wrote in message 
  40. news:bCYYf.14776$cY3.8448@news-wrt-01.rdc-nyc.rr.com...
  41. > Scott Caissie wrote:
  42. >> If I set someone's font size through a login script, the screen will not 
  43. >> be
  44. >> fully maximized when its launched.
  45. >>
  46. >> Its missing the bottom 1/5th of the window, and it IS considered 
  47. >> maximized,
  48. >> so the maximize command doesn't work.  For certain users, the font size 
  49. >> must
  50. >> be different.
  51. >>
  52. >> The way I get around this is to: set font, restore, than maximize.
  53. >> When the user logs on the screen jumps around a bit. Doesn't seem proper.
  54. >
  55. > Its a bug and a combination of operations that most likely wasn't
  56. > tested.   You have not provided the set of commands you are using
  57. > so I'm not even sure how to attempt to reproduce it.  However, you
  58. > should be aware that it is not possible to issue a SET TERM FONT command
  59. > and not specify a height.  The default height is 12 when it is not
  60. > specified.
  61. >
  62. > If you need to control the font on a per user basis I suggest you do
  63. > it by starting K95G with different command line options specifying the
  64. > desired facename and height.
  65. >
  66. > Jeffrey Altman 
  67.  
  68.